home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission2Strings.script < prev    next >
Text File  |  2002-06-28  |  1KB  |  39 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CConvoyMission_Strings
  15. {
  16.  
  17.   final static array m_MissionObjectives = array(
  18.       "Zajistit, aby se 50 % voz∙ z konvoje dostalo na zßkladnu K140"
  19.     );
  20.  
  21.   final static array m_BonusMissionObjectives = array(
  22.     );
  23.  
  24.   final static string str_StatisticsTitle_1 = "Vozidel konvoje zniΦeno: ";
  25.   final static string str_StatisticsTitle_2 = "%";
  26.  
  27.   final static string str_WarningMessage_1  = "VAROV┴N═: Konvoj mß problΘmy, ";
  28.   final static string str_WarningMessage_2  = "% jednotek zb²vß";
  29.  
  30.   final static array m_NavigationPoints = array(
  31.       "ErmoÜino",
  32.       "Vasilievka",
  33.       "Laptevka",
  34.       "Zßkladna K140",
  35.       "Zßkladna A35"
  36.     );
  37. }
  38.  
  39.